const runtime._Pgcstop

9 uses

	runtime (current package)
		proc.go#L1368: 	gp.m.p.ptr().status = _Pgcstop // Pgcstop is only diagnostic.
		proc.go#L1373: 		if s == _Psyscall && atomic.Cas(&pp.status, s, _Pgcstop) {
		proc.go#L1389: 		pp.status = _Pgcstop
		proc.go#L1413: 			if pp.status != _Pgcstop {
		proc.go#L2687: 		pp.status = _Pgcstop
		proc.go#L2829: 	pp.status = _Pgcstop
		proc.go#L4081: 	if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
		proc.go#L5054: 	pp.status = _Pgcstop
		runtime2.go#L149: 	_Pgcstop